home *** CD-ROM | disk | FTP | other *** search
/ Programming Sound Cards / Programming Sound Cards.iso / sound_30 / read.me < prev    next >
Text File  |  1995-01-01  |  2KB  |  53 lines

  1.  
  2. These programs are submitted to demonstrate how easy it is to program the
  3. MPU401 using the MPU401 library available from G.E.S. Consulting.
  4.  
  5. This archive contains the following:
  6.  
  7. mpu401.doc: Synopsis of the functions available in the mpu401 library.
  8.  
  9. interrupt mode tutorials:
  10.  
  11.     record.exe: a single track midi recorder.
  12.     record.c    c source for above
  13.  
  14.     play.exe [.c] one track playback for files generated by record.exe
  15.  
  16. normal mode tutorials:
  17.     notes.exe [.c] a music generator that  reads a file and pumps out
  18.         notes to the mpu401.
  19.     data.exe [.c] Reads and displays Midi Messages from Midi In, then
  20.         plays them back.
  21.  
  22. syntax for all programs that take command line arguments is: xxx filename(s)
  23.     eg. play mysong
  24.  
  25. demo programs have been limited to handling about 14000 events. The library
  26.     allows all of available memory (yield is about 45000 events in a 640k
  27.     machine). With the source distribution, you can re-code the memory 
  28.     allocation  functions to conserve more space as suits your own needs.
  29.  
  30.  
  31. The library is available in two distributions:
  32.  
  33.     1. Binary  $75, includes mpu401.lib + tutorial C source and Docs.
  34.     2. Source  $125, includes mpu401.lib, C source for lib,tutorial C source,
  35.                      Source for a complete working 8 track sequencer, Docs.
  36.                      Source distribution requires Microsoft C 4.0 or above to
  37.                      compile.
  38.  
  39.     Librarys are distributed compiled for LARGE  memory model.
  40.     Librarys are distributed on 5 1/4" floppys, unless otherwise requested.
  41.     Electronic delivery available, include modem and voice phone numbers to
  42.         set up.
  43.  
  44.  
  45.  
  46. To obtain one of the above distributions, please send check or MO to:
  47.  
  48.     G.E.S. Consulting
  49.     A9 Oceanview Ave
  50.     Highlands, NJ 07732
  51.  
  52.     NJ residents please add 6% NJ sales tax.
  53.